(Fset_window_hscroll): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Wed, 5 Jun 2002 17:01:31 +0000 (17:01 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 5 Jun 2002 17:01:31 +0000 (17:01 +0000)
src/window.c

index f73c95bf973bf7428f23f62fd864f58e59ad8acd..ffe05bca9823cec1ced9177c1de2ef3572b61e7b 100644 (file)
@@ -439,7 +439,10 @@ DEFUN ("window-hscroll", Fwindow_hscroll, Swindow_hscroll, 0, 1, 0,
 
 DEFUN ("set-window-hscroll", Fset_window_hscroll, Sset_window_hscroll, 2, 2, 0,
        doc: /* Set number of columns WINDOW is scrolled from left margin to NCOL.
-NCOL should be zero or positive.  */)
+NCOL should be zero or positive.
+
+Note that if `automatic-hscrolling' is non-nil, you cannot scroll the
+window so that the location of point becomes invisible.  */)
      (window, ncol)
      Lisp_Object window, ncol;
 {